Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

swap file "size" being used before checked if str #315

Merged
merged 1 commit into from
Apr 14, 2020

Conversation

otubo
Copy link
Contributor

@otubo otubo commented Apr 14, 2020

Swap file size variable was being used before checked if it's set to str
"auto". If set to "auto", it will break with:

failed to setup swap: unsupported operand type(s) for /: 'str' and 'int'

Signed-off-by: Eduardo Otubo otubo@redhat.com
RHBZ: 1772505

Swap file size variable was being used before checked if it's set to str
"auto". If set to "auto", it will break with:

  failed to setup swap: unsupported operand type(s) for /: 'str' and 'int'

Signed-off-by: Eduardo Otubo <otubo@redhat.com>
Copy link
Collaborator

@blackboxsw blackboxsw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. As @OddBloke mentioned in IRC, we'd like to have an additional unit test added shortly after this.

@blackboxsw blackboxsw merged commit 46cf23c into canonical:master Apr 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants